* emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
authorChong Yidong <cyd@stupidchicken.com>
Thu, 24 Aug 2006 23:40:00 +0000 (23:40 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 24 Aug 2006 23:40:00 +0000 (23:40 +0000)
commitc07ca8590392254d3e0bbcd029f50627a2558999
treec62ff473528d99294f1562b49b83a6f9f8642297
parent29d96beec68a236d0f7e385271d67197569747b8
* emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
Accept internal time format for SECS arg.
(timer-relative-time): Doc fix.

* jit-lock.el: "Stealth fontification by requeuing timers" patch,
adapted from Martin Rudalics.
(jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
(jit-lock-mode): Create jit-lock-stealth-repeat-timer.
(jit-lock-stealth-fontify): Reschedule as a idle timer instead of
using sit-for.
lisp/ChangeLog
lisp/emacs-lisp/timer.el
lisp/jit-lock.el